/*
Theme Name: qituo 2022
Theme URI: http://www.yxwlgs.net/
Author: YixingSEO qq66866111
Author URI: https://www.yxwlgs.net/
Description: 企业网站定制 for qituo web desgin
*/

body{font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;font-size: 14px;}

a:link,a:visited{color:#333;}
a:hover{color: #0099ff;text-decoration: none;}

img{max-width: 100%;width:auto;}



/*滚动条样式*/
::-webkit-scrollbar{width: 5px;height: 5px;background-color: #F5F5F5;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;background-color: #F5F5F5;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{border-radius: 5px;box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    background-color: #0099ff;}


@media screen and (min-width:1400px) {
    .container{max-width:1200px}
}


.title,.title1{text-align: center;}
.title .tit1,.title1 .tit1{font-size:36px;color:#333;font-family: '微软雅黑';font-weight: bold;position: relative;display: flex;justify-content: center;align-items: center;}
.title .tit1::before, 
.title .tit1::after,
.title1 .tit1::before,
.title1 .tit1::after
{content: '';width:150px;height: 5px;display: block;background-image: url(static/images/tit-line.png);margin:0 15px}
@media screen and (max-width:600px) {
    .title .tit1::before, .title .tit1::after{width:50px;}
    .footer, .footer .zhichi{text-align: center !important;}
}
.title .tit2,.title1 .tit2{text-transform:uppercase;font-weight: 200;}
.title1 .tit1::before,
.title1 .tit1::after{background-image: url(static/images/tit-line1.png);}

.title .line{width: 5rem;height: 3px;margin: auto;}

.title2{background:url(static/images/ab_line02.gif) left bottom no-repeat;}

.more-link{min-height: 50px;}
.more-link a{background-color: #0e75c8;color:#fff;padding:10px 30px;border-radius: 2px;display: inline-block;}
.more-link a:hover{background-color: #333;}

.text-sm{font-size:14px;}
.text-xl{font-size:1.2rem}
.text-2xl{font-size:1.5rem;}
.text-3xl{font-size: 2rem;}
.text-4xl{font-size: 2.5rem;}

.text{line-height: 2rem;color:#666;}

.wp-post-image{margin: 0 !important;}

.top-search-input{margin:0;padding: 0;border:none}
.ani-wrap{position: absolute;z-index: 999;left: 0;right: 0;top: 30%;}
.ani-text{color:#fff;text-shadow: 0 1px 1px #ccc;font-size: 48px;font-weight: bold;letter-spacing: 5px;}
.banner{position: relative;}
@media screen and (min-width:1200px) {
    .banner-footer{position: absolute;bottom: 0;z-index: 999;left: 0;width: 100%;}   
}
.banner-footer .item{background-color: rgba(0, 78, 162, 0.7);}


.nb{background: url(static/images/dsfs.jpg) center center no-repeat;background-attachment: fixed;}

.nb .nb-list{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}
.nb .item{padding:15px 0;flex:1;}
/* .nb .nb-list>div:not(:last-child) .nei{border-right: 1px solid #ddd;} */
.nb .item .icon-wrap{font-size:40px;}
.nb .item .tit{border-bottom: 1px solid #ccc;padding-bottom: 22px;}

@media screen and (max-width:1024px) {
    .nb .nb-list{flex-wrap: wrap !important;}
    .nb .item{flex:0 0 50%}
}
@media screen and (max-width:768px) {
    .nb .item{flex:0 0 100%}
}
.hot-case{position: relative;}
.hot-case .pos{position: absolute;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.3);z-index: 30;}
.home-case .item{position: relative;overflow: hidden;}
.home-case .item .pos{position: absolute;left: 0;top: 300px;right: 0;bottom: 0;width: 100%;z-index: 30;background-color: rgba(0, 78, 162, 0.7);
    display: flex;flex-direction: column;justify-content: center;transition: all ease .3s;
}
.home-case .item:hover .pos{top: 0;}

.home-news{background:#195ea2 url(static/images/dsfs.jpg) center center no-repeat;}

.page-nav ul{display: flex;justify-content: center;}
.page-nav ul li{padding-right: 3px;}
.page-nav ul a{display: block;padding:10px 30px;background-color: #ddd;color:#333;}
.page-nav ul li.current-menu-item a,
.page-nav ul li a:hover
{background-color: #0092d6;color:#fff;}

@media screen and (max-width:768px) {
    .page-nav ul{flex-wrap: wrap;}
    .page-nav ul li{width: 50%;margin-bottom: 5px;}
    .page-nav ul li a{text-align: center;}
}

.gd{width:100%;overflow: hidden;padding-bottom: 30px;}
.gd ul{display: flex;margin:0;padding:0;list-style-type: none;}
.gd ul li{margin-right: 15px;background-color: #fff;position: relative;padding:5px;}
.gd ul li p{position: relative;padding:10px 5px;text-align: center;margin: 0;
    max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.gd ul li img{width:auto;max-height: 250px;border:1px solid #ccc;margin: 0;}
.gd ul li:hover p{color:#0092d6}
.gd ul li .cat-tit{color:#666;}

.prev-next{border-top: 1px solid #ddd;padding-top: 15px;}
.prev-next ul{margin: 0;padding:0;list-style-type: none;line-height: 2em;}

/* .home-pro{background: url(static/images/newbg.jpg) center center no-repeat;background-size: cover;} */

.loop-images,
.loop-news{position: relative;}
.loop-images p{background-color: #f1f1f1;}
.loop-images .img-wrap,
.loop-news .img-wrap
{position: relative;overflow: hidden;}

.loop-images .img-wrap .mask,
.loop-news .img-wrap .mask
{width: 100%;height: 100%;left: 0;top: 0;z-index: 10;position: absolute;display: flex;justify-content: center;align-items: center;
    background-color:rgba(0, 78, 162, 0.7);pointer-events: none;transition: all ease .5s;opacity: 0;}
.loop-images:hover .img-wrap .mask,
.loop-news:hover .img-wrap .mask
{opacity: 1;;}
.loop-images .img-wrap img,
.loop-news .img-wrap img
{transition: all ease-in .3s;}
.loop-images:hover .img-wrap img{transform: scale(1.2);}
.loop-news:hover .img-wrap img{transform:translateX(5px)}


.loop-images1{position: relative;}
.loop-images1 .text-wrap{position: absolute;left: 0;bottom: 0;height: 100%;width: 100%;display: flex;justify-content: center;align-items:flex-end;
    background-image: linear-gradient(360deg, rgba(0,0,0,0.9) , transparent 50% );padding-bottom: 15px;color:#fff;
}
.loop-images1 .img-wrap{overflow: hidden;}
.loop-images1 .img-wrap img{transition: all ease .3s;}
.loop-images1 .text-wrap a{color:#fff;}
.loop-images1:hover .img-wrap img{transform: scale(1.2);}
.wp-block-image::after{display: block;clear: both;content: '';}



.pagelist {padding:1rem 0;font-size: 14px;list-style-type: none;display: flex;justify-content: center; }
.pagelist span, .pagelist a{padding: 8px 15px;background-color: #ddd;color: #333;margin-right: 1px;display: block; }
.pagelist a:hover,.pagelist .current {background-color: #333; color:#fff;}


@media screen and (min-width:768px) {      
    .header{background-color: #fff;}    
    .top-menu{padding: 0;}    
    .top-menu-bg{background-color: #f1f1f1;}   
    .top-menu .navbar-nav{justify-content:space-between;width:100%;} 
    .navbar-nav>li.menu-item{height: 100%;position: relative;margin-right: 1px;flex:2}
    .navbar-nav>li>a:link,.navbar-nav>li>a:visited{display: block;text-align: center;height: 55px;line-height: 55px;padding: 0 20px !important;
        transform: perspective(1px) translateZ(0);white-space: nowrap;color:#333;}
    .navbar-nav>li>a:hover,
    .navbar-nav>li:hover>a,
    .navbar-nav li.current-menu-item>a,
    .navbar-nav li.current-menu-parent>a,
    .navbar-nav li.current-post-ancestor>a
    {color:#fff !important;} 
    .navbar-nav>li::before{content: ''; height: 100%;width: 100%;background-color:#0092d6;display: block;position: absolute;bottom: 0;
        margin:auto;left: 0;right: 0;transition: all ease .3s;transform: scaleX(0);transform-origin:50% 0%;
    }

  
    .navbar-nav>li.active::before,
    .navbar-nav>li:hover::before,
    .navbar-nav li.current-menu-item::before,
    .navbar-nav li.current-menu-parent::before,
    .navbar-nav li.current-post-ancestor::before
    {transform: scaleX(1);}
    
    /* .navbar-nav>li:not(:last-child)::after{content: '';position: absolute;right: 0;top: 0;display: block;width: 1px;height: 100%;background-color: #ccc;     
    } */

    .navbar-nav>li>.dropdown-menu{display: block;margin: 0;padding:0;border-radius: 0;border: none;min-width: 170px;
        transition: all ease .3s;transform: scaleY(0);transform-origin: 50% 0%;}
    .navbar-nav>li:hover>.dropdown-menu{transform: scaleY(1);}
    .navbar-nav>li>.dropdown-menu a:link,.navbar-nav>li>.dropdown-menu a:visited{color:#333;padding:10px;letter-spacing: 0;}    
    .navbar-nav>li>.dropdown-menu>a:not(:last-child){border-bottom: 1px solid #ddd;}
    .navbar-nav>li>.dropdown-menu>a:hover,
    .navbar-nav>li>.dropdown-menu>a.active,
    .navbar-nav>li>.dropdown-menu>a:active
    {background-color: #009999 !important;color:#fff;}
}


@media screen and (max-width:768px) {        
    .top-menu .navbar-brand{max-width: 180px}    
    .header{background-color: #fff;box-shadow: 0 0 5px #ccc;}

    .navbar-collapse{background: #fff;}
    .navbar-nav{}
    .navbar-nav>li{background: #f1f1f1;margin-bottom: 1px;}
    .navbar-nav>li>a{display: block;padding:10px 15px !important;}
    .home-pro{padding-bottom: 70px;}
    .bg-fix{display: none;}
        
    .top{background: #fff;box-shadow: 1px 1px 3px #ccc;}
    .navbar-nav>li>a:link, .navbar-nav>li>a:visited{padding:12px !important;}

    .hcat>ul>li>a{width:100%;text-align: center;font-size:1.2rem;}

    .about-fix{position: relative;height: 300px;min-height: 300px;}
    .about-fix .fix1{display: none;}
    .about-fix .fix2{width:100%;height: 300px;background-size: cover;}
    .home-about-text{font-size:1rem;}

    .pagelist{flex-wrap: wrap;}
    .pagelist span,.pagelist a{margin-bottom: 10px;}
    .my-player-dimensions{height: auto !important;}
    .dropdown-menu{
        border:none;
        background-color: #f5fdff;
        padding: 0;
    }
    .dropdown-menu>a{
        padding:.8rem 1rem;
        border-bottom: 1px solid #ccc;;
    }
    .dropdown-menu>a:last-child{
        border-bottom: none;
    }
}


/*客服代码*/
@media (min-width: 768px){
    .kf{display: flex;position: fixed;right: 0;bottom:10%;flex-direction: column;z-index: 999;}
    .kf ul{margin:0;padding:0;list-style-type: none;}
    .kf ul li{margin-bottom: 2px; position: relative;line-height: 30px;width: 50px;height: 50px;}
    .kf ul li a{display: flex;color:#fff;position: absolute;left: 0;top: 0;height: 50px;width: 50px;float: right;}
    .kf .fa{color:#fff;font-size:1.5rem;}
    .kf ul li .cont{color:#fff;white-space:nowrap;background: red;padding:10px;position: absolute;
        right: 52px;top: 0;border-radius: 5px;transition: all ease .3s;transform: translateX(200px);opacity: 0;
    }
    .kf ul li .kf-wechat-image{max-width: 120px;height: 120px;}    
    .kf ul li .icon{flex:0 0 50px;text-align: center;background:#0055a8;overflow: hidden;height: 50px;padding:10px 0;border-radius: 5px 0 0 5px;}    
    .kf ul li:hover .cont{transform: translateX(0);opacity: 1;}
}


@media (max-width: 767px) {       
    body{padding-bottom: 60px;} 
    .kf{position: fixed; bottom: 0;left: 0; background:#0092d6;color:#fff;width:100%;display: flex;justify-content: space-around;z-index: 999;}
    .kf ul{margin: 0;padding: 0;list-style-type: none;display: flex;justify-content: space-between;width: 100%;}
    .kf ul li{width:100%;padding:5px 0}    
    .kf ul>li:not(:last-child){border-right: 1px solid #fff;}
    .kf ul li a{color:#fff;text-align: center;display: block;}
    .kf ul li .icon{font-size:22px;}
}